home *** CD-ROM | disk | FTP | other *** search
/ ftp.ncftp.com / ftp.ncftp.com.zip / ftp.ncftp.com / ncftp / binaries / Setup NcFTP 3.2.5.msi / _C8DEB57094A6B44B059F9B6C123BB40F / _016D56D287BD4AF9852F1470D9C6BDE6 next >
Text File  |  2006-08-05  |  3KB  |  119 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>ncftpbatch(1) manual page</TITLE>
  4. </HEAD>
  5. <BODY bgcolor=white>
  6.  
  7. <H2>Name</H2>
  8.  
  9. <blockquote>
  10.  
  11. <P>
  12. <b>
  13. ncftpbatch</b> - Batch FTP job processor daemon
  14. </blockquote>
  15.  
  16. <H2><B>Synopsis</B></H2>
  17.  
  18. <blockquote>
  19.  
  20. <P>
  21. <B>ncftpbatch</B> -d
  22. <P>
  23. <B>ncftpbatch</B> -l
  24. <P>
  25. <B>ncftpbatch</B> -D
  26. </blockquote>
  27.  
  28. <center>
  29. <p>
  30. <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
  31. <input type="hidden" name="cmd" value="_xclick">
  32. <input type="hidden" name="business" value="sales@ncftp.com">
  33. <input type="hidden" name="item_name" value="NcFTP Client">
  34. <input type="hidden" name="item_number" value="NcFTP">
  35. <input type="hidden" name="no_shipping" value="2">
  36. <input type="hidden" name="no_note" value="1">
  37. <input type="hidden" name="currency_code" value="USD">
  38. <input type="hidden" name="tax" value="0">
  39. <input type="hidden" name="bn" value="PP-DonationsBF">
  40. <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make a donation!">
  41. <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
  42. </form>
  43. </center>
  44.  
  45. <H2><B>Options</B></H2>
  46.  
  47. <P>
  48. Command line flags:
  49. <blockquote>
  50.  
  51.  
  52. <DL>
  53.  
  54. <DT><B>-d</B> </DT>
  55. <DD>     Begin background processing of FTP jobs in the
  56. current user's <tt>$HOME/.ncftp/spool</tt> directory. This
  57. returns immediately, because a daemon process is
  58. spawned and ran in the background.
  59. </DD>
  60.  
  61. <DT><B>-l</B> </DT>
  62. <DD>     Lists the contents of the user's job queue.
  63. </DD>
  64.  
  65. <DT><B>-D</B> </DT>
  66. <DD>     This is like <B>-d</B>, except that the process does not
  67. become a daemon.
  68. </DD>
  69. </DL>
  70.  
  71. </blockquote>
  72.  
  73. <H2><B>Description</B></H2>
  74.  
  75. <P>
  76. This program is responsible for processing background FTP
  77. requests. It is normally only run by <I>ncftp</I> and not manually
  78. by a human being, however you can run it to manually
  79. process the FTP job queue.
  80. <P>
  81. The jobs are spool files written to a user's
  82. <tt>$HOME/.ncftp/spool</tt> directory and have a special format and
  83. file-naming convention (which contains when the job is to
  84. be run). <I>ncftp</I> runs this program when it needs to, but if
  85. the <I>ncftpbatch</I> daemon dies unexpectedly the jobs that are
  86. left in the queue will not be processed until another
  87. instance of <I>ncftpbatch</I> is run.
  88. <P>
  89. <I>ncftpget</I> and <I>ncftpput</I> can also be used to submit jobs for
  90. batch processing, using those utilities' <B>-b</B> command-line
  91. flag.
  92. If desired, you can also manually create the spool files
  93. although this procedure is not documented here (see the manual
  94. page for
  95. <i>ncftpspooler</i>
  96. for more information on how to do that).
  97.  
  98. <H2><B>Diagnostics</B></H2>
  99.  
  100. <P>
  101. <I>ncftpbatch</I>    writes    to its own log file, the
  102. <tt>$HOME/.ncftp/spool/log</tt> file. This file should be examined
  103. to determine if any <I>ncftpbatch</I> processes are actively
  104. working on jobs.
  105.  
  106. <H2>Author</H2>
  107. <blockquote>
  108.  <P>
  109. Mike Gleason, <a href="http://www.ncftp.com">NcFTP Software</a>.
  110. </blockquote>
  111. <H2>See Also</H2>
  112. <blockquote>
  113.  <P>
  114. <I>ncftpput(1)</I>, <I>ncftpget(1),</I>
  115. <I>ncftp(1)</I>, <I>ftp(1)</I>, <I>rcp(1)</I>, <I>tftp(1)</I>. <P>
  116. <I>LibNcFTP</I>  (<a href="http://www.ncftp.com/libncftp/">http://www.ncftp.com/libncftp/</a>).
  117. </blockquote>
  118. </BODY></HTML>
  119.